projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2985d6
)
(create_child): Use INTMASK.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 18 May 2004 22:09:25 +0000
(22:09 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 18 May 2004 22:09:25 +0000
(22:09 +0000)
src/w32proc.c
patch
|
blob
|
history
diff --git
a/src/w32proc.c
b/src/w32proc.c
index 842869726dfa90a94dc0d856e310f78733163b60..8452337f7e2f07a53bea0147098d0928f90ba084 100644
(file)
--- a/
src/w32proc.c
+++ b/
src/w32proc.c
@@
-1,5
+1,5
@@
/* Process support for GNU Emacs on the Microsoft W32 API.
- Copyright (C) 1992,
1995, 1999, 2000, 2001
Free Software Foundation, Inc.
+ Copyright (C) 1992,
95, 99, 2000, 01, 04
Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@
-367,7
+367,7
@@
create_child (char *exe, char *cmdline, char *env, int is_gui_app,
cp->pid = -cp->pid;
/* pid must fit in a Lisp_Int */
- cp->pid =
XUINT (make_number (cp->pid))
;
+ cp->pid =
cp->pid & INTMASK
;
*pPid = cp->pid;